home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.save
/
000216_fdc@panix.com_Fri Nov 20 17:07:46 2009.msg
< prev
next >
Wrap
Internet Message Format
|
2011-07-03
|
3KB
Path: reader1.panix.com!panix!not-for-mail
From: Frank da Cruz <fdc@panix.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit 9.0 first Alpha test
Date: Fri, 20 Nov 2009 17:50:44 +0000 (UTC)
Organization: PANIX Public Access Internet and UNIX, NYC
Lines: 46
Message-ID: <slrnhgdlnj.444.fdc@panix2.panix.com>
References: <slrnhgd7p1.6r9.fdc@panix2.panix.com> <877a104f-89a0-4c2d-938c-9bf79f902a43@l2g2000yqd.googlegroups.com>
Reply-To: fdc@columbia.edu
NNTP-Posting-Host: panix2.panix.com
X-Trace: reader1.panix.com 1258739444 22799 166.84.1.2 (20 Nov 2009 17:50:44 GMT)
X-Complaints-To: abuse@panix.com
NNTP-Posting-Date: Fri, 20 Nov 2009 17:50:44 +0000 (UTC)
User-Agent: slrn/0.9.8.0 (NetBSD)
Xref: panix comp.protocols.kermit.misc:15833
On 2009-11-20, Steven Schweda <sms.antinode@gmail.com> wrote:
: Frank da Cruz wrote:
: There are a few more things to look into, but for a start:
:
: ALP $ gdiff -u ckuusy.c_orig ckuusy.c
:
Thanks, I was staring right at that spot without seeing it. I should
have put on my special #ifdef glasses...
: #endif /* NOCMDL */
: -
: -#ifdef VMS
: -/* This is the most horrible hack ever */
: -}
: -#endif /* VMS */
:
: (Well if it wasn't, it certainly was in the running.)
:
In the edit history I mentioned the "old LISP trick", I don't know if
anybody still remembers it but if your LISP program didn't "compile",
you put a card full of right parens at the end and it fed it through
the reader again.
: I can't remember if these are old or new (or fixed before or not):
:
: #define des_cblock DES_cblock
: ...................^
: %CC-W-MACROREDEF, The redefinition of the macro "des_cblock" conflicts
: with a current definition because the replacement lists differ...
:
I'm not sure why this is even being picked up unless a secure build
is being attempted. In that case, there are some things to be aware
of. First, OpenSSL changed the names of the DES routines between
0.9.6 and 0.9.7; it might be necessary to add -DOPENSSL_097 to the
CC flags. Second (probably not relevant in this case), OS vendors are
starting to remove DES encryption from all their products.
: I'll try to look at it when I get a chance.
:
Thanks. I didn't even have an opportunity to try a VMS build until
yesterday. When I finally got it to compile at the last minute I tried an
FTP command but got the external FTP rather than the built-in one, even
though your code is there. I must have missed a command-line option in
the build.
- Frank